String Schema
AirlineResponseType Complex Type
Description
Airline
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of AirlineRequestType Complex Type
Diagram
LanguageCode Element Text Element Sequence AirlineName Element IcaoCode Element IataCode Element Choice Sequence AirlineResponseType Complex Type
Overview
Sequence
Choice
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
OperatingCarrier Element
MarketingCarrier Element
Source
<xs:complexType name="AirlineResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Airline</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AirlineRequestType">
      <xs:sequence>
        <xs:element name="AirlineName" type="TextLanguageType" minOccurs="0" maxOccurs="unbounded" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.